lcInterGetPoint Home

Retrieves coordinates of intersection point, that was preliminary found by the lcIntersection function.

 BOOL lcInterGetPoint (
   int iPoint,
   double* pX,
   double* pY
 );

Parameters
iPoint
  Zero-based index of a point.
pX pY
  Pointers to variables that will receive point coordinates.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcIntersection,   Code sample